BaseSubsystem.ReadMemorySingle method
Reads a float from the shared memory.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
float ReadMemorySingle(
int byteOffset
)
Function ReadMemorySingle(
byteOffset As Integer
) As Single
Parameters
byteOffset
Type: int
Specifies a byte offset to the location to read a float value. Indexes are zero based.
Return value
Type: float
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also